Documentation
    Preparing search index...

    Type Alias AnyAccessTokenType

    AnyAccessTokenType: Static<typeof AnyAccessTokenSchema> & Record<
        string,
        unknown,
    >

    A convenience type representing a raw access token input in either AccessTokenSchema or OAuthTokenSchema form.