makeTokenEndpointRequest
open fun makeTokenEndpointRequest(httpAccessor: HttpAccess, loginServer: URI, formBodyBuilder: FormBody.Builder, salesforceSdkManager: SalesforceSDKManager): OAuth2.TokenEndpointResponse
open fun makeTokenEndpointRequest(httpAccessor: HttpAccess, loginServer: URI, formBodyBuilder: FormBody.Builder, salesforceSdkManager: SalesforceSDKManager, @Nullable credentialsIdentifier: String): OAuth2.TokenEndpointResponse
open fun makeTokenEndpointRequest(httpAccessor: HttpAccess, loginServer: URI, formBodyBuilder: FormBody.Builder, salesforceSdkManager: SalesforceSDKManager, @Nullable credentialsIdentifier: String, @Nullable tokenType: String): OAuth2.TokenEndpointResponse
Canonical implementation of the token-endpoint request. This is the primary production entry point — refreshAuthToken calls it directly. Prefer the shorter overloads unless a caller genuinely needs to supply credentialsIdentifier and tokenType.