Uses of Class
com.ngrok.definitions.EndpointOAuthProvider.Builder
-
Uses of EndpointOAuthProvider.Builder in com.ngrok.definitions
Modifier and TypeMethodDescriptionEndpointOAuthProvider.Builder.facebook
(EndpointOAuthFacebook facebook) configuration for using facebook as the identity providerEndpointOAuthProvider.Builder.facebook
(Optional<EndpointOAuthFacebook> facebook) configuration for using facebook as the identity providerEndpointOAuthProvider.Builder.github
(EndpointOAuthGitHub github) configuration for using github as the identity providerEndpointOAuthProvider.Builder.github
(Optional<EndpointOAuthGitHub> github) configuration for using github as the identity providerEndpointOAuthProvider.Builder.google
(EndpointOAuthGoogle google) configuration for using google as the identity providerEndpointOAuthProvider.Builder.google
(Optional<EndpointOAuthGoogle> google) configuration for using google as the identity providerEndpointOAuthProvider.Builder.microsoft
(EndpointOAuthMicrosoft microsoft) configuration for using microsoft as the identity providerEndpointOAuthProvider.Builder.microsoft
(Optional<EndpointOAuthMicrosoft> microsoft) configuration for using microsoft as the identity providerEndpointOAuthProvider.newBuilder()
Creates a new builder for theEndpointOAuthProvider
type.