@developmentseed/stac-map
    Preparing search index...

    Interface BuildAuthOptions

    Options for buildAuth.

    interface BuildAuthOptions {
        authority: string | undefined;
        basePath?: string;
        clientId: string | undefined;
    }
    Index

    Properties

    authority: string | undefined

    OpenID Connect authority URL (e.g. from VITE_AUTH_AUTHORITY).

    basePath?: string

    App base path used to construct the redirect URI. Defaults to /.

    clientId: string | undefined

    OAuth2 client ID (e.g. from VITE_AUTH_CLIENT_ID).