Uses of Class
com.ngrok.Http.OAuth
-
Packages that use Http.OAuth Package Description com.ngrok -
-
Uses of Http.OAuth in com.ngrok
Methods in com.ngrok that return Http.OAuth Modifier and Type Method Description Http.OAuth
Http.OAuth. allowDomain(String domain)
Sets the domain allowed by the OAuth.Http.OAuth
Http.OAuth. allowEmail(String email)
Sets the email address allowed by OAuth.Http.OAuth
Http.OAuth. client(String id, String secret)
Sets the client ID and client secret for OAuth.Http.OAuth
HttpBuilder. getOauth()
Returns the OAuth options for this HTTP endpoint.Http.OAuth
Http.OAuth. scope(String scope)
Sets the scope for OAuth.Methods in com.ngrok with parameters of type Http.OAuth Modifier and Type Method Description HttpBuilder
HttpBuilder. oauthOptions(Http.OAuth options)
Sets OAuth for this HTTP endpoint.
-