Constructors

Link copied to clipboard
constructor(dataProvider: OAuth2DataProvider, acceptedCredentials: Collection<ConstantIndex.CredentialScheme>)
constructor(acceptedCredentials: Collection<ConstantIndex.CredentialScheme>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open suspend fun par(request: AuthenticationRequestParameters, clientAttestation: String?, clientAttestationPop: String?): KmmResult<PushedAuthenticationResponseParameters>
open suspend fun par(input: String, clientAttestation: String?, clientAttestationPop: String?): KmmResult<PushedAuthenticationResponseParameters>
Link copied to clipboard
open suspend fun token(request: TokenRequestParameters, httpRequest: RequestInfo?): KmmResult<TokenResponseParameters>