@novice1/frame - v0.3.1
    Preparing search index...

    Class OAuth2TokenResponse

    Index

    Constructors

    Properties

    accessToken: string
    expiresIn?: number

    in seconds

    refreshToken?: string
    scope?: string
    tokenType: string

    Methods

    • Returns {
          access_token: string;
          expires_in?: number;
          refresh_token?: string;
          scope?: string;
          token_type: string;
      }

    • Returns {
          access_token: string;
          expires_in?: number;
          refresh_token?: string;
          scope?: string;
          token_type: string;
      }