Backstage
    Preparing search index...

    Interface OAuthAuthenticatorRefreshInput

    interface OAuthAuthenticatorRefreshInput {
        refreshToken: string;
        req: Request;
        scope: string;
        scopeAlreadyGranted?: boolean;
    }
    Index

    Properties

    refreshToken: string
    req: Request
    scope: string
    scopeAlreadyGranted?: boolean

    Signals whether the requested scope has already been granted for the session. Will only be set if the scopes.persist option is enabled.