core / com.schibsted.account.network

Package com.schibsted.account.network

Types

AuthCheck

interface AuthCheck

AuthInterceptor

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

InfoInterceptor

open class InfoInterceptor : Interceptor

InternalInfoInterceptor

class InternalInfoInterceptor : InfoInterceptor

ServiceHolder

object ServiceHolder

Annotations

Environment

class Environment

Contains the set of environments that can be used.

OIDCScope

class OIDCScope

Groups together the scopes defined by OpenID Connect supported by the SDK. See OpenID Connect Scope Claims.

Exceptions

AuthException

class AuthException : IOException