Uses of Class
com.ngrok.definitions.EndpointOAuthMicrosoft.Builder
Packages that use EndpointOAuthMicrosoft.Builder
-
Uses of EndpointOAuthMicrosoft.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointOAuthMicrosoft.BuilderModifier 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 theEndpointOAuthMicrosofttype.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.