Uses of Class
com.ngrok.definitions.EndpointOAuthMicrosoft.Builder
-
Uses of EndpointOAuthMicrosoft.Builder in com.ngrok.definitions
Modifier and TypeMethodDescriptionthe OAuth app client ID.the OAuth app client ID.EndpointOAuthMicrosoft.Builder.clientSecret
(String clientSecret) the OAuth app client secret.EndpointOAuthMicrosoft.Builder.clientSecret
(Optional<String> clientSecret) the OAuth app client secret.EndpointOAuthMicrosoft.Builder.emailAddresses
(List<String> emailAddresses) a list of email addresses of users authenticated by identity provider who are allowed access to the endpointEndpointOAuthMicrosoft.Builder.emailAddresses
(Optional<List<String>> emailAddresses) a list of email addresses of users authenticated by identity provider who are allowed access to the endpointEndpointOAuthMicrosoft.Builder.emailDomains
(List<String> emailDomains) a list of email domains of users authenticated by identity provider who are allowed access to the endpointEndpointOAuthMicrosoft.Builder.emailDomains
(Optional<List<String>> emailDomains) a list of email domains of users authenticated by identity provider who are allowed access to the endpointEndpointOAuthMicrosoft.newBuilder()
Creates a new builder for theEndpointOAuthMicrosoft
type.a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for.a list of provider-specific OAuth scopes with the permissions your OAuth app would like to ask for.