GetCredentialResponse
public final class GetCredentialResponse
Encapsulates the result of a user credential request.
| Throws | |
|---|---|
NullPointerException |
If |
Summary
Public constructors |
|---|
GetCredentialResponse(@NonNull Credential credential) |
Public methods |
|
|---|---|
final @NonNull Credential |
the user credential that can be used to authenticate to your app |
Public constructors
Public methods
getCredential
Added in 1.2.0
public final @NonNull Credential getCredential()
the user credential that can be used to authenticate to your app