ApplicationSupportState

Constructors

Link copied to clipboard
constructor(clientId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun authCheck(target: String, method: String, payload: Bstr, authMessage: DataItem): CoroutineContext
Link copied to clipboard
open suspend fun collect(collector: FlowCollector<LandingUrlNotification>)
Link copied to clipboard
open suspend override fun createJwtClientAssertion(authorizationServerUrl: String): String
suspend fun createJwtClientAssertion(clientPublicKey: EcPublicKey, targetIssuanceUrl: String): String
Link copied to clipboard
open suspend override fun createJwtClientAttestation(keyAttestation: KeyAttestation, deviceAssertion: DeviceAssertion): String
Link copied to clipboard
open suspend override fun createJwtKeyAttestation(keyAttestations: List<KeyAttestation>, keysAssertion: DeviceAssertion): String
Link copied to clipboard
open suspend override fun createLandingUrl(): String
Link copied to clipboard
open suspend fun dispose()
Link copied to clipboard
open suspend override fun getClientAssertionId(authorizationServerUrl: String): String
Link copied to clipboard
open suspend override fun getLandingUrlStatus(landingUrl: String): String?