AuthenticationCodeInfo
public struct AuthenticationCodeInfo : Codable, Equatable, FunctionResultInformation about the authentication code that was sent
- 
                  
                  A phone number that is being authenticated DeclarationSwift public let phoneNumber: String
- 
                  
                  Describes the way the code was sent to the user DeclarationSwift public let type: AuthenticationCodeType
- 
                  
                  Describes the way the next code will be sent to the user; may be null DeclarationSwift public let nextType: AuthenticationCodeType?
- 
                  
                  Timeout before the code should be re-sent, in seconds DeclarationSwift public let timeout: Int32
- 
                  
                  Information about the authentication code that was sent DeclarationSwift public init(phoneNumber: String, type: AuthenticationCodeType, nextType: AuthenticationCodeType?, timeout: Int32)ParametersphoneNumberA phone number that is being authenticated typeDescribes the way the code was sent to the user nextTypeDescribes the way the next code will be sent to the user; may be null timeoutTimeout before the code should be re-sent, in seconds 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           AuthenticationCodeInfo Structure Reference
      AuthenticationCodeInfo Structure Reference