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 EndpointOAuth -
Uses of EndpointOAuth in com.ngrok.services
Methods in com.ngrok.services that return EndpointOAuthModifier and TypeMethodDescriptionEdgeRouteOAuthModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EdgeRouteOAuthModule.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 TypeMethodDescriptionEdgeRouteOAuthModule.GetCallBuilder.call()Initiates the API call asynchronously.EdgeRouteOAuthModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointOAuthModifier and TypeMethodDescriptionEdgeRouteOAuthModule.ReplaceCallBuilder.module(EndpointOAuth module) Sets themoduleparameter.EdgesHttpsRoutes.CreateCallBuilder.oauth(EndpointOAuth oauth) oauth module configuration ornullEdgesHttpsRoutes.UpdateCallBuilder.oauth(EndpointOAuth oauth) oauth module configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointOAuthModifier and TypeMethodDescriptionEdgeRouteOAuthModule.ReplaceCallBuilder.module(Optional<EndpointOAuth> module) Sets (or unsets) themoduleparameter.EdgesHttpsRoutes.CreateCallBuilder.oauth(Optional<EndpointOAuth> oauth) oauth module configuration ornullEdgesHttpsRoutes.UpdateCallBuilder.oauth(Optional<EndpointOAuth> oauth) oauth module configuration ornull