Uses of Class
com.ngrok.Http.OIDC
-
Packages that use Http.OIDC Package Description com.ngrok -
-
Uses of Http.OIDC in com.ngrok
Methods in com.ngrok that return Http.OIDC Modifier and Type Method Description Http.OIDCHttp.OIDC. allowDomain(String domain)Sets the domain that will be allowed by OIDC.Http.OIDCHttp.OIDC. allowEmail(String email)Sets the email address that will be allowed by OIDC.Http.OIDCHttpBuilder. getOidc()Returns the OIDC options for this HTTP endpoint.Http.OIDCHttp.OIDC. scope(String scope)Sets the scope to be used by OIDC.Methods in com.ngrok with parameters of type Http.OIDC Modifier and Type Method Description HttpBuilderHttpBuilder. oidcOptions(Http.OIDC options)Sets OIDC for this HTTP endpoint.
-