public class JWTAuth extends Authentication
| Constructor and Description |
|---|
JWTAuth(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBadResponse(com.squareup.okhttp.Response response)
Handle error response.
|
void |
updateHeaderParams(Map<String,String> headerParams)
Apply authentication settings to header params.
|
public JWTAuth(Configuration config)
public void updateHeaderParams(Map<String,String> headerParams) throws ApiException
AuthenticationupdateHeaderParams in class AuthenticationheaderParams - Map of header parametersApiExceptionpublic void handleBadResponse(com.squareup.okhttp.Response response)
throws ApiException,
IOException
AuthenticationhandleBadResponse in class Authenticationresponse - ResponseApiExceptionIOExceptionCopyright © 2025. All rights reserved.