Registry / auth / auth-jvm

auth-jvm

JSON →
library0.6.0-alphajavamavenunverified

AWS Service Authentication

<dependency> <groupId>aws.sdk.kotlin</groupId> <artifactId>auth-jvm</artifactId> <version>0.6.0-alpha</version> </dependency>
INSTALL
IMPORT
SIG · AUTH-JVM
A
auth-jvm
authjavav0.6.0-alpha
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AwsCredentialsProvider
aws.sdk.kotlin.auth.AwsCredentialsProvider

Resolve AWS credentials using the default provider chain.

import aws.sdk.kotlin.auth.AwsCredentialsProvider import aws.sdk.kotlin.auth.DefaultCredentialsProvider suspend fun main() { val provider: AwsCredentialsProvider = DefaultCredentialsProvider() val credentials = provider.resolve() println(credentials.accessKeyId) }
Debug
Known issues
breakingThis is an alpha release; API may change without notice.
fix
Pin to a specific version and test thoroughly before production use.
affects: 0.6.0-alpha
Upgrade
Version history
0.6.0-alphalatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
auth-jvm — mvn dependency:get auth-jvm · libregistry