Key Use Authorization Support
Result of checking whether the wallet can satisfy the requested key and authorization requirements.
Inheritors
Types
Link copied to clipboard
data class Supported(val effectivePolicy: KeyUseAuthorizationPolicy, val reuseEnforcement: KeyUseAuthorizationReuseEnforcement? = null, val timeoutValidation: KeyUseAuthorizationReuseTimeoutValidation? = null) : KeyUseAuthorizationSupport
The wallet can satisfy the requested key and authorization requirements.
Link copied to clipboard
data class Unsupported(val reason: KeyUseAuthorizationUnsupportedReason) : KeyUseAuthorizationSupport
The wallet cannot satisfy the requested capability set.