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

CreateCustomCredentialResponse

public class CreateCustomCredentialResponse extends CreateCredentialResponse


Base custom create response class for the credential creation operation made with the CreateCustomCredentialRequest.

Throws
kotlin.IllegalArgumentException kotlin.IllegalArgumentException

If type is empty

kotlin.NullPointerException kotlin.NullPointerException

If type or data are null

Summary

Public fields

final @NonNull Bundle

the response data in the Bundle format for custom use cases

final @NonNull String

the credential type determined by the credential-type-specific subclass for custom use cases

Public constructors

Public fields

data

public final @NonNull Bundle data

the response data in the Bundle format for custom use cases

type

public final @NonNull String type

the credential type determined by the credential-type-specific subclass for custom use cases

Public constructors

CreateCustomCredentialResponse

public CreateCustomCredentialResponse(@NonNull String type, @NonNull Bundle data)