SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

AuthInfo Type

A container for authentication step information.

Remarks

AuthInfo objects are used to store current authentication information, such as userid and state.

Fields

AuthLog
String?

Contains the authentication log. This can be used for accountability purposes.

AuthMethod
String?

Contains the current authentication method.

AuthMethodPars
String?

Contains the authentication method parameters. These are method-dependent. For example, the dcauth method will have a DC request in this property.

CompletedMethods
String?

Contains a comma-separated list of completed authentication methods.

LastAuthMessage
String?

Contains an uninterpreted authentication message to be displayed to the authenticating user.

LastAuthResult
Int

Contains the result of the last authentication token validation.

RemainingMethods
String?

Contains a comma-separated list of authentication methods yet to perform.

State
String?

Contains a state of the overall authentication process. Save the content of this property after calling StartAuth or ContinueAuth to remember the setup of the authenticator control, and pass it to the next ContinueAuth call to resume from the same stage.

UserID
String?

Returns the ID of the user being authenticated, as passed to StartAuth.

Constructors

public constructor()

Creates a new AuthInfo object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]