AuthnStatement

data class AuthnStatement(val authnInstant: Instant, val authnContext: AuthnContext)(source)

Constructors

Link copied to clipboard
constructor(authnInstant: Instant, authnContext: AuthnContext)

Properties

Link copied to clipboard
@SerialName(value = "AuthnContext")
val authnContext: AuthnContext
Link copied to clipboard
@SerialName(value = "AuthnInstant")
val authnInstant: Instant