@auth0/auth0-angular
    Preparing search index...

    Interface ObservablePasskeyApiClient

    Observable-based Passkey API client exposed by AuthService.passkey.

    Wraps PasskeyApiClient from @auth0/auth0-spa-js. Both methods handle the full WebAuthn flow internally and update Angular auth state on success. All methods return Observable instead of Promise.

    interface ObservablePasskeyApiClient {
        login(options?: PasskeyLoginOptions): Observable<TokenEndpointResponse>;
        signup(options: PasskeySignupOptions): Observable<TokenEndpointResponse>;
    }
    Index

    Methods

    Methods