PingOne MFA Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
PingOne MFA Android SDK
PingOne MFA Android SDK
/
com.pingidentity.pingidsdkv2.communication.models
/
AuthenticatorModel
Authenticator
Model
public
final
class
AuthenticatorModel
AuthenticatorModel public class contains the acceptable authorization methods and its status
See also
Enum
Authenticator
Response
Members
Constructors
Authenticator
Model
Link copied to clipboard
public
AuthenticatorModel
AuthenticatorModel
(
)
Properties
error
Code
Link copied to clipboard
private
String
errorCode
error
Message
Link copied to clipboard
private
String
errorMessage
status
Link copied to clipboard
private
EnumAuthenticatorResponse.AuthenticatorStatus
status
type
Link copied to clipboard
private
EnumAuthenticatorResponse.AuthenticatorType
type
Functions
get
Error
Code
Link copied to clipboard
public
final
String
getErrorCode
(
)
get
Error
Message
Link copied to clipboard
public
final
String
getErrorMessage
(
)
get
Status
Link copied to clipboard
public
final
EnumAuthenticatorResponse.AuthenticatorStatus
getStatus
(
)
get
Type
Link copied to clipboard
public
final
EnumAuthenticatorResponse.AuthenticatorType
getType
(
)
set
Error
Code
Link copied to clipboard
public
final
Unit
setErrorCode
(
String
value
)
set
Error
Message
Link copied to clipboard
public
final
Unit
setErrorMessage
(
String
value
)
set
Status
Link copied to clipboard
public
final
Unit
setStatus
(
EnumAuthenticatorResponse.AuthenticatorStatus
value
)
set
Type
Link copied to clipboard
public
final
Unit
setType
(
EnumAuthenticatorResponse.AuthenticatorType
value
)