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.OIDC
Http.OIDC. allowDomain(String domain)
Sets the domain that will be allowed by OIDC.Http.OIDC
Http.OIDC. allowEmail(String email)
Sets the email address that will be allowed by OIDC.Http.OIDC
HttpBuilder. getOidc()
Returns the OIDC options for this HTTP endpoint.Http.OIDC
Http.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 HttpBuilder
HttpBuilder. oidcOptions(Http.OIDC options)
Sets OIDC for this HTTP endpoint.
-