@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class AuthenticationMethod extends Object
Contains information about the method used for authentication.
| Constructor and Description |
|---|
AuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthenticationType()
Indicates the type of authentication.
|
String |
getLastProvider()
The last provider that authenticated the user.
|
String |
getLastTimestamp()
The data and time the user last used the authentication method.
|
Integer |
getTotalCount()
The number of times the authentication method was used.
|
int |
hashCode() |
void |
setAuthenticationType(String authenticationType) |
void |
setLastProvider(String lastProvider) |
void |
setLastTimestamp(String lastTimestamp) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
public String getAuthenticationType()
Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth.
public void setAuthenticationType(String authenticationType)
public String getLastProvider()
The last provider that authenticated the user.
public void setLastProvider(String lastProvider)
public String getLastTimestamp()
The data and time the user last used the authentication method.
public void setLastTimestamp(String lastTimestamp)
public Integer getTotalCount()
The number of times the authentication method was used.
public void setTotalCount(Integer totalCount)
Copyright © 2017. All Rights Reserved.