| Constructor and Description |
|---|
AuthGroup(List<io.apimatic.coreinterfaces.authentication.Authentication> authParticipants) |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.http.request.Request |
apply(io.apimatic.coreinterfaces.http.request.Request httpRequest)
Applies the authentication on the httpRequest.
|
protected List<io.apimatic.coreinterfaces.authentication.Authentication> |
getAuthParticipants()
Getter for the list of participants in this authentication group.
|
protected List<String> |
getErrorMessages()
Getter for the list of error message in this authentication group.
|
public AuthGroup(List<io.apimatic.coreinterfaces.authentication.Authentication> authParticipants)
authParticipants - List of authentication participants.public io.apimatic.coreinterfaces.http.request.Request apply(io.apimatic.coreinterfaces.http.request.Request httpRequest)
apply in class io.apimatic.coreinterfaces.authentication.AuthenticationhttpRequest - the request on which authentication is being applied.Request The authenticated request.protected List<String> getErrorMessages()
protected List<io.apimatic.coreinterfaces.authentication.Authentication> getAuthParticipants()
Authentication> The list of error messages.Copyright © 2025. All rights reserved.