AuthSignUpResult
public struct AuthSignUpResult
extension AuthSignUpResult: Sendable
-
Indicate whether the signUp flow is completed.
Declaration
Swift
public var isSignUpComplete: Bool { get } -
Shows the next step required to complete the signUp flow.
Declaration
Swift
public let nextStep: AuthSignUpStep -
Declaration
Swift
public let userID: String? -
Declaration
Swift
public init( _ nextStep: AuthSignUpStep, userID: String? = nil )
View on GitHub