Class CreateOAuth2ClientResponse.CreateOAuth2ClientResponseBuilder
java.lang.Object
org.springframework.cloud.appbroker.oauth2.CreateOAuth2ClientResponse.CreateOAuth2ClientResponseBuilder
- Enclosing class:
- CreateOAuth2ClientResponse
public static final class CreateOAuth2ClientResponse.CreateOAuth2ClientResponseBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionauthorities
(List<String> authorities) build()
clientName
(String name) grantTypes
(List<String> grantTypes)
-
Method Details
-
clientId
-
clientName
-
scopes
-
authorities
public CreateOAuth2ClientResponse.CreateOAuth2ClientResponseBuilder authorities(List<String> authorities) -
grantTypes
public CreateOAuth2ClientResponse.CreateOAuth2ClientResponseBuilder grantTypes(List<String> grantTypes) -
build
-