AuthorizationCredentials

Defines the AuthorizationCredentials contract for the SDAI domain layer.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard
data class HttpBasic(val login: String, val password: String) : AuthorizationCredentials

Carries HttpBasic data through the SDAI domain layer.

Link copied to clipboard

Coordinates Key behavior in the SDAI domain layer.

Link copied to clipboard

Provides the None singleton used by the SDAI domain layer.

Properties

Link copied to clipboard

Exposes the key value used by the SDAI domain layer.