getRefreshTokenBody property
Optional callback to provide refresh token request body. If not provided, the package will make a POST request to refreshTokenEndpoint with default headers (expecting refresh token in Authorization header).
Implementation
static Map<String, dynamic> Function()? getRefreshTokenBody;