Parameters

class Parameters(val nonce: String?, val maxAge: Int?)

Parameters for ID token validation.

Parameters

nonce

the nonce sent with the authorization request, if available.

maxAge

the max_age sent with the authorization request, if available.

Constructors

Link copied to clipboard
constructor(nonce: String?, maxAge: Int?)

Properties

Link copied to clipboard
val maxAge: Int?
Link copied to clipboard