We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286691 commit 0fe0c44Copy full SHA for 0fe0c44
AmplifyPlugins/Core/AWSPluginsCore/Auth/Provider/AuthAWSCredentialsProvider.swift
@@ -12,6 +12,10 @@ public protocol AuthAWSCredentialsProvider {
12
func getAWSCredentials() -> Result<AWSCredentials, AuthError>
13
}
14
15
+public protocol AWSCredentialsProvider {
16
+ func fetchAWSCredentials() async throws -> AWSCredentials
17
+}
18
+
19
public protocol AWSTemporaryCredentials: AWSCredentials {
20
21
var sessionToken: String { get }
0 commit comments