Constructor for AuthFlowRefresh.
Optional clientId: stringOptional client ID.
Optional clientSecret: stringOptional client secret.
Optional redirectUri: stringOptional redirect URI.
Optional refreshToken: stringOptional refresh token.
Will throw an error if any required parameter is missing.
Protected accessThe access token obtained through authentication.
AuthFlowBase
Protected clientThe client ID used for authentication.
AuthFlowBase
Generated using TypeDoc
Authentication flow with a refresh token and other credentials.