android-components / mozilla.components.service.fxa / OAuthScopedKey

OAuthScopedKey

data class OAuthScopedKey (source)

Scoped key data.

Constructors

<init>

OAuthScopedKey(kid: String, k: String)

Scoped key data.

Properties

k

val k: String

The JWK key data.

kid

val kid: String

The JWK key identifier.