Uses of Interface
software.amazon.awssdk.identity.spi.TokenIdentity
-
Packages that use TokenIdentity Package Description software.amazon.awssdk.identity.spi -
-
Uses of TokenIdentity in software.amazon.awssdk.identity.spi
Methods in software.amazon.awssdk.identity.spi that return TokenIdentity Modifier and Type Method Description static TokenIdentityTokenIdentity. create(String token)Constructs a new token object, which can be used to authorize requests to services that use token based auth
-