public interface CredentialRequestResult implements Result
This interface is deprecated.
APIs in CredentialsClient
are deprecated. Instead, use SignInClient
and CredentialSavingClient
.
Result returned from a request for a credential.
Public Method Summary
abstract Credential |
getCredential()
Gets a
Credential that can be used to authenticate the user.
|
Inherited Method Summary
Public Methods
public abstract Credential getCredential ()
Gets a Credential
that can be used to authenticate the user.