refreshAuthToken
Gets a new auth token using the refresh token.
Return
Token response.
Parameters
HttpAccess instance.
Login server.
Client ID.
Refresh token.
Additional parameters.
Throws
Gets a new auth token using the refresh token. Overload that accepts a credentials identifier so DPoP proof can be attached when enabled. Delegates to the fully-parameterized overload with a null token type.
Return
Token response.
Parameters
HttpAccess instance.
Login server.
Client ID.
Refresh token.
Additional parameters.
Identifier used to look up the DPoP keypair, or null.
Throws
Gets a new auth token using the refresh token. Fully-parameterized overload that accepts the credential's persisted token type. When the credential is DPoP-bound the refresh request carries a DPoP proof — independent of the global isUseDPoP switch, which only gates new logins.
Return
Token response.
Parameters
HttpAccess instance.
Login server.
Client ID.
Refresh token.
Additional parameters.
Identifier used to look up the DPoP keypair, or null.
Token type persisted on the credential (e.g. "DPoP" or null / "Bearer").