Supported Credential
data class SupportedCredential(val configurationId: String, val format: SupportedCredential.Format, val docType: String?, val vct: String?, val scope: String?)
A credential configuration advertised by an issuer's metadata (credential_configurations_supported), mapped to an SDK-native type.
Use com.dewa.walletsdk.api.oidc.oidc4vci.ReceiveDocument.getSupportedCredentials to discover these at runtime — e.g. to find the PID's configurationId without hardcoding it, then pass it to com.dewa.walletsdk.api.oidc.oidc4vci.ReceiveDocument.issueByConfigurationId.
Constructors
Link copied to clipboard
constructor(configurationId: String, format: SupportedCredential.Format, docType: String?, vct: String?, scope: String?)