Stay organized with collections Save and categorize content based on your preferences.

GetCredentialResponse

public final class GetCredentialResponse


Encapsulates the result of a user credential request.

Throws
kotlin.NullPointerException kotlin.NullPointerException

If credential is null

Summary

Public constructors

Public methods

final @NonNull Credential

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

Public constructors

GetCredentialResponse

public GetCredentialResponse(@NonNull Credential credential)

Public methods

getCredential

public final @NonNull Credential getCredential()

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