public interface Authentication
Some authentication schemes such as OAuth will sign the request headers, so the request authentication should be performed just before sending the request over the wire to make sure the underlying HTTP libraries don't add or modify the existing headers (breaking the signature).
| Modifier and Type | Method and Description |
|---|---|
default boolean |
allowAbiquoToken() |
com.squareup.okhttp.Request |
authenticate(com.squareup.okhttp.Request unauthenticated)
Authenticates the given request.
|
Copyright © 2008–2021 Abiquo Holdings S.L.. All rights reserved.