Uses of Class
com.ngrok.definitions.EndpointOidc
Packages that use EndpointOidc
-
Uses of EndpointOidc in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointOidcModifier and TypeMethodDescriptionEndpointOidc.Builder.build()Constructs theEndpointOidcinstance.Methods in com.ngrok.definitions that return types with arguments of type EndpointOidcModifier and TypeMethodDescriptionEndpointConfiguration.getOidc()oidc module configuration ornull -
Uses of EndpointOidc in com.ngrok.services
Methods in com.ngrok.services that return EndpointOidcModifier and TypeMethodDescriptionEndpointOidcModule.GetCallBuilder.blockingCall()Initiates the API call and blocks until it returns.EndpointOidcModule.ReplaceCallBuilder.blockingCall()Initiates the API call and blocks until it returns.Methods in com.ngrok.services that return types with arguments of type EndpointOidcModifier and TypeMethodDescriptionEndpointOidcModule.GetCallBuilder.call()Initiates the API call asynchronously.EndpointOidcModule.ReplaceCallBuilder.call()Initiates the API call asynchronously.Methods in com.ngrok.services with parameters of type EndpointOidcModifier and TypeMethodDescriptionEndpointOidcModule.ReplaceCallBuilder.module(EndpointOidc module)Sets themoduleparameter.EndpointConfigurations.CreateCallBuilder.oidc(EndpointOidc oidc)oidc module configuration ornullEndpointConfigurations.UpdateCallBuilder.oidc(EndpointOidc oidc)oidc module configuration ornullMethod parameters in com.ngrok.services with type arguments of type EndpointOidcModifier and TypeMethodDescriptionEndpointOidcModule.ReplaceCallBuilder.module(Optional<EndpointOidc> module)Sets (or unsets) themoduleparameter.EndpointConfigurations.CreateCallBuilder.oidc(Optional<EndpointOidc> oidc)oidc module configuration ornullEndpointConfigurations.UpdateCallBuilder.oidc(Optional<EndpointOidc> oidc)oidc module configuration ornull