sveltekit-oidc - v1.1.1
    Preparing search index...

    Type Alias OIDCClientAssertionOptions

    type OIDCClientAssertionOptions = {
        clientId: string;
        clientSecret?: string;
        tokenEndpoint: string;
    }
    Index

    Properties

    clientId: string
    clientSecret?: string
    tokenEndpoint: string