Android Digital Credential Create Provider
Android framework boundary for official holder CREATE_CREDENTIAL request and response handling.
Functions
Link copied to clipboard
fun extract(intent: Intent, privilegedAppsJson: String): AndroidDigitalCredentialCreateProviderInput
Locates the OpenID4VCI create request and derives the origin from authenticated caller data.
Link copied to clipboard
Maps explicit user refusal to the platform cancellation exception.
Link copied to clipboard
Maps malformed, unsupported, or failed requests without leaking sensitive inputs.
Link copied to clipboard
fun setResponse(resultIntent: Intent, response: AndroidDigitalCredentialCreateResponse = AndroidDigitalCredentialCreateResponse.acknowledgment())
Writes the official Credential Manager create result payload to resultIntent.