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 theEndpointOAuth
instance.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 themodule
parameter.EdgesHttpsRoutes.CreateCallBuilder.oauth
(EndpointOAuth oauth) oauth module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.oauth
(EndpointOAuth oauth) oauth module configuration ornull
Method parameters in com.ngrok.services with type arguments of type EndpointOAuthModifier and TypeMethodDescriptionEdgeRouteOAuthModule.ReplaceCallBuilder.module
(Optional<EndpointOAuth> module) Sets (or unsets) themodule
parameter.EdgesHttpsRoutes.CreateCallBuilder.oauth
(Optional<EndpointOAuth> oauth) oauth module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.oauth
(Optional<EndpointOAuth> oauth) oauth module configuration ornull