Class SdkTokenExecutionAttribute
- java.lang.Object
-
- software.amazon.awssdk.auth.token.signer.SdkTokenExecutionAttribute
-
@Deprecated public final class SdkTokenExecutionAttribute extends Object
Deprecated.Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer options.SdkToken authorizing attributes attached to the execution.
-
-
Field Summary
Fields Modifier and Type Field Description static ExecutionAttribute<SdkToken>
SDK_TOKEN
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.
-
-
-
Field Detail
-
SDK_TOKEN
@Deprecated public static final ExecutionAttribute<SdkToken> SDK_TOKEN
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.The token to sign requests using token authorization instead of AWS Credentials.
-
-