public interface Credentials
Modifier and Type | Interface and Description |
---|---|
static class |
Credentials.Status |
Modifier and Type | Method and Description |
---|---|
Credentials.Status |
getStatus()
Returns the validation status.
|
Account |
getValidatedAccount()
Returns the
Account instance used to validate the credential. |
void |
invalidate()
Invalidates the credential.
|
Account getValidatedAccount()
Returns the Account
instance used to validate the credential.
Credentials.Status getStatus()
Returns the validation status.
void invalidate()
Invalidates the credential.
Copyright © 2013. All Rights Reserved.