OAuth2KtorClient
constructor(engine: HttpClientEngine, cookiesStorage: CookiesStorage? = null, httpClientConfig: HttpClientConfig<*>.() -> Unit? = null, signDpop: SignJwtFun<JsonWebToken> = SignJwt(EphemeralKeyWithoutCert(), JwsHeaderCertOrJwk()), oAuth2Client: OAuth2Client, randomSource: RandomSource = RandomSource.Secure, verifyTokenIntrospectionJwt: suspend (JwsSigned<TokenIntrospectionResponse>) -> Boolean = { true }, loadInstanceAttestation: suspend () -> KmmResult<JwsSigned<JsonWebToken>>? = null, loadInstanceAttestationPop: suspend () -> KmmResult<JwsSigned<JsonWebToken>>? = null)(source)