GetCredentialResponse


public final class GetCredentialResponse


Encapsulates the result of a user credential request.

Summary

Public constructors

Public methods

final @NonNull Credential

the user credential that can be used to authenticate to your app

Public constructors

GetCredentialResponse

Added in 1.2.0
public GetCredentialResponse(@NonNull Credential credential)

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