PendingAuth

constructor(state: String, codeVerifier: String, redirectUri: String, flowOrigin: String, authServerNonce: String?, dpopPrivateKey: ByteArray, dpopPublicKey: ByteArray, issuer: String, authorizationEndpoint: String, tokenEndpoint: String, parEndpoint: String, revocationEndpoint: String? = null, pdsUrl: String? = null, did: String? = null, handle: String? = null, promptValuesSupported: List<String> = emptyList(), createdAtEpochMillis: Long = 0)