CorbadoPasskeyBackend class

Implementation of RelyingPartyServer that allows to use Corbado as a relying party.

Inheritance

Constructors

CorbadoPasskeyBackend(String _projectID)
Sets up the client for the Corbado API.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completeAuthenticate(AuthenticationCompleteRequest request) Future<CorbadoTokens>
Completes the authentication by sending the solution to the challenge back.
override
completeRegister(RegistrationCompleteRequest request) Future<CorbadoTokens>
Completes the registration by sending the solution to the challenge back.
override
initAuthenticate(CorbadoRequest request) Future<AuthenticationInitResponse>
Initiates the authentication by asking for a challenge.
override
initRegister(CorbadoRequest request) Future<RegistrationInitResponse>
Initiates the registration by asking for a challenge.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited