Class DeleteOAuth2ClientResponse.DeleteOAuth2ClientResponseBuilder
java.lang.Object
org.springframework.cloud.appbroker.oauth2.DeleteOAuth2ClientResponse.DeleteOAuth2ClientResponseBuilder
- Enclosing class:
- DeleteOAuth2ClientResponse
public static final class DeleteOAuth2ClientResponse.DeleteOAuth2ClientResponseBuilder
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 DeleteOAuth2ClientResponse.DeleteOAuth2ClientResponseBuilder authorities(List<String> authorities) -
grantTypes
public DeleteOAuth2ClientResponse.DeleteOAuth2ClientResponseBuilder grantTypes(List<String> grantTypes) -
build
-