-
public interface AuthConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAuthConfiguration.Type
-
Method Summary
Modifier and Type Method Description static AuthConfigurationsecretToken(String token)static AuthConfigurationapiKey(String key)abstract StringasAuthorizationHeaderValue()abstract AuthConfiguration.TypegetType()-
-
Method Detail
-
secretToken
static AuthConfiguration secretToken(String token)
-
apiKey
static AuthConfiguration apiKey(String key)
-
asAuthorizationHeaderValue
abstract String asAuthorizationHeaderValue()
-
getType
abstract AuthConfiguration.Type getType()
-
-
-
-