Home > @vsf-enterprise/sapcc-api > Endpoints > OAuthUserTokenRefresh
Endpoints.OAuthUserTokenRefresh() method
User token refresh. The operation uses the token object retrieved from the cookies which includes the refresh_token
.
Signature:
OAuthUserTokenRefresh(context: SapccIntegrationContext): Promise<OAuthUserTokenResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
Returns:
Promise<OAuthUserTokenResponse>