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.OAuthHttp.OAuth. allowDomain(String domain)Sets the domain allowed by the OAuth.Http.OAuthHttp.OAuth. allowEmail(String email)Sets the email address allowed by OAuth.Http.OAuthHttp.OAuth. client(String id, String secret)Sets the client ID and client secret for OAuth.Http.OAuthHttpBuilder. getOauth()Returns the OAuth options for this HTTP endpoint.Http.OAuthHttp.OAuth. scope(String scope)Sets the scope for OAuth.Methods in com.ngrok with parameters of type Http.OAuth Modifier and Type Method Description HttpBuilderHttpBuilder. oauthOptions(Http.OAuth options)Sets OAuth for this HTTP endpoint.
-