| Package | Description |
|---|---|
| com.github.davidmoten.microsoft.authentication | |
| com.github.davidmoten.microsoft.client.builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationEndpoint |
AuthenticationEndpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationEndpoint[] |
AuthenticationEndpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCredentialsAccessTokenProvider.Builder5 |
ClientCredentialsAccessTokenProvider.Builder5.authenticationEndpoint(AuthenticationEndpoint endpoint)
Default value is
GLOBAL. |
| Modifier and Type | Method and Description |
|---|---|
MicrosoftClientBuilder.Builder5<T> |
MicrosoftClientBuilder.Builder5.authenticationEndpoint(AuthenticationEndpoint authenticationEndpoint)
Sets the authentication endpoint url to use for access tokens etc.
|
Copyright © 2018–2020. All rights reserved.