Package-level declarations

Types

Link copied to clipboard
internal interface Credentials

Defines the Credentials contract for the SDAI authentication feature layer.

Link copied to clipboard
internal class EmptyCredentials : Credentials

Coordinates EmptyCredentials behavior in the SDAI authentication feature layer.

Link copied to clipboard
@Serializable
internal data class HttpBasicCredentials(val login: String, val password: String) : Credentials

Carries HttpBasicCredentials data through the SDAI authentication feature layer.