Uses of Class
com.ngrok.definitions.EndpointOAuth
Packages that use EndpointOAuth
-
Uses of EndpointOAuth in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointOAuthModifier and TypeMethodDescriptionEndpointOAuth.Builder.build()Constructs theEndpointOAuthinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointOAuthModifier and TypeMethodDescriptionEndpointConfiguration.getOauth()oauth module configuration ornull -
Uses of EndpointOAuth in com.ngrok.services
Methods in com.ngrok.services that return EndpointOAuthModifier and TypeMethodDescriptionEndpointOAuthModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EndpointOAuthModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointOAuthModifier and TypeMethodDescriptionEndpointOAuthModule.GetCallBuilder.call()Initiates the API call asynchronously.EndpointOAuthModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointOAuthModifier and TypeMethodDescriptionEndpointOAuthModule.ReplaceCallBuilder.module(EndpointOAuth module)Sets themoduleparameter.EndpointConfigurations.CreateCallBuilder.oauth(EndpointOAuth oauth)oauth module configuration ornullEndpointConfigurations.UpdateCallBuilder.oauth(EndpointOAuth oauth)oauth module configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointOAuthModifier and TypeMethodDescriptionEndpointOAuthModule.ReplaceCallBuilder.module(Optional<EndpointOAuth> module)Sets (or unsets) themoduleparameter.EndpointConfigurations.CreateCallBuilder.oauth(Optional<EndpointOAuth> oauth)oauth module configuration ornullEndpointConfigurations.UpdateCallBuilder.oauth(Optional<EndpointOAuth> oauth)oauth module configuration ornull