Instance Property additional
additionalRefreshTokenBodyParams
Ignore if the server not provide a refresh token. Any additional HTTP body parameters for the token refresh request. The key/value pairs for “refresh_token” and “grant_type” are handled internally when an
authenticatedRequest(for:numberOfRetries:)
is made.Availability
- iOS 13.0+
- macOS 10.15+
- tvOS 13.0+
- watchOS 6.0+
Framework
- Sw
Auth
Declaration
var additionalRefreshTokenBodyParams: [String : String]? { get }