SSOTokenHeader
public struct SSOTokenHeader : Claims, Decodable
Header of a SSOToken
-
Declaration
Swift
public init( exp: Date? = nil, enc: String? = nil, alg: String? = nil, cty: String? = nil, kid: String? = nil ) -
Declaration
Swift
public let exp: Date? -
Declaration
Swift
public let enc: String? -
Declaration
Swift
public let alg: String? -
Declaration
Swift
public let cty: String? -
Declaration
Swift
public let kid: String?
View on GitHub
SSOTokenHeader Structure Reference