Methods Summary |
---|
public byte[] | getAuthSpecificData()This is the value returned by the Authenticator when the status
is AUTH_CONTINUE. This data should give an indication to the
client on specific authentication it needs to adopt to continue
on with the authentication.
|
public byte[] | getContinuationData()This is the value returned by the Authenticator when the status
is AUTH_CONTINUE. This data should give an indication to the
client on what else it should send to the server to complete the
authentication.
|
public int | getStatus()This method returns the status of the authentication
|