Class AnnosaurusAccessTokenProvider
java.lang.Object
org.mbari.vars.annosaurus.sdk.AnnosaurusAccessTokenProvider
- All Implemented Interfaces:
com.microsoft.kiota.authentication.AccessTokenProvider
public class AnnosaurusAccessTokenProvider
extends Object
implements com.microsoft.kiota.authentication.AccessTokenProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
baseUrltoAllowedHost
(String baseUrl) doTokenRequest
(URI uri) com.microsoft.kiota.authentication.AllowedHostsValidator
getAuthorizationToken
(URI uri, Map<String, Object> additionalAuthenticationContext)
-
Constructor Details
-
AnnosaurusAccessTokenProvider
-
-
Method Details
-
baseUrltoAllowedHost
-
doTokenRequest
-
authorize
-
getAuthorizationToken
-
getAllowedHostsValidator
@NotNull public com.microsoft.kiota.authentication.AllowedHostsValidator getAllowedHostsValidator()- Specified by:
getAllowedHostsValidator
in interfacecom.microsoft.kiota.authentication.AccessTokenProvider
-