public class ClientCredentialsBuilder extends Object
| Constructor and Description |
|---|
ClientCredentialsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ClientCredentialsImpl |
build() |
ClientCredentialsBuilder |
withClientId(String clientId) |
ClientCredentialsBuilder |
withClientSecret(String clientSecret) |
ClientCredentialsBuilder |
withScopes(String scopes) |
public ClientCredentialsBuilder withClientId(String clientId)
public ClientCredentialsBuilder withClientSecret(String clientSecret)
public ClientCredentialsBuilder withScopes(String scopes)
public ClientCredentialsImpl build()