AuthESIAModel

@objc
open class AuthESIAModel : IAuthModel

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

  • Undocumented

    Declaration

    Swift

    let code: String
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public override func attributes() -> String