Backstage
    Preparing search index...

    Interface OAuthAuthenticatorResult<TProfile>

    interface OAuthAuthenticatorResult<TProfile> {
        fullProfile: TProfile;
        session: OAuthSession;
    }

    Type Parameters

    • TProfile
    Index

    Properties

    Properties

    fullProfile: TProfile
    session: OAuthSession