@vnodes/auth
    Preparing search index...

    Variable AccessTokenConst

    AccessToken: (
        ...dataOrPipes: (
            string
            | PipeTransform<any, any>
            | Type<PipeTransform<any, any>>
        )[],
    ) => ParameterDecorator = ...

    Get the access token of the current session from the request

    Type Declaration

      • (
            ...dataOrPipes: (
                string
                | PipeTransform<any, any>
                | Type<PipeTransform<any, any>>
            )[],
        ): ParameterDecorator
      • Parameters

        • ...dataOrPipes: (string | PipeTransform<any, any> | Type<PipeTransform<any, any>>)[]

        Returns ParameterDecorator