interface AuthCheck |
|
class AuthInterceptor : Interceptor
Creates an interceptor which will do authenticated requests to whitelisted urls. By default, requests to non-whitelisted domains will be rejected as well as non-https requests. This can be overridden using allowNonWhitelistedDomains and allowNonHttps. Will throw an IllegalArgumentException if whitelisted domains are not over HTTPS if non-https is not allowed |
|
open class InfoInterceptor : Interceptor |
|
class InternalInfoInterceptor : InfoInterceptor |
|
object ServiceHolder |
class Environment
Contains the set of environments that can be used. |
|
class OIDCScope
Groups together the scopes defined by OpenID Connect supported by the SDK. See OpenID Connect Scope Claims. |
class AuthException : IOException |