AuthUpdateAttributeResult
public struct AuthUpdateAttributeResult
-
Informs whether the user attribute is complete or not
Declaration
Swift
public let isUpdated: Bool
-
Shows the next step required to complete update attribute flow.
Declaration
Swift
public let nextStep: AuthUpdateAttributeStep
-
Declaration
Swift
public init(isUpdated: Bool, nextStep: AuthUpdateAttributeStep)