AuthRZDModel

@objc
open class AuthRZDModel : IAuthModel

Класс параметров аутентификации для входа через RZD

  • Undocumented

    Declaration

    Swift

    let code: String
  • Undocumented

    Declaration

    Swift

    public init(
        clientId: String,
        clientSecret: String,
        code: String
    )
  • Undocumented

    Declaration

    Swift

    public override func attributes() -> String