TokenValidityUnitsType
public struct TokenValidityUnitsType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in AccessTokenValidity, defaults to hours.
Declaration
Swift
public let accessToken: TimeUnitsType? -
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in IdTokenValidity, defaults to hours.
Declaration
Swift
public let idToken: TimeUnitsType? -
A time unit in “seconds”, “minutes”, “hours” or “days” for the value in RefreshTokenValidity, defaults to days.
Declaration
Swift
public let refreshToken: TimeUnitsType? -
Undocumented
Declaration
Swift
public init(accessToken: TimeUnitsType? = nil, idToken: TimeUnitsType? = nil, refreshToken: TimeUnitsType? = nil)
View on GitHub
TokenValidityUnitsType Structure Reference