File tree 1 file changed +2
-1
lines changed
aws-geo-location/src/main/java/com/amplifyframework/geo/location
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import android.content.Context
19
19
import aws.sdk.kotlin.services.location.LocationClient
20
20
import aws.smithy.kotlin.runtime.auth.awscredentials.CredentialsProvider
21
21
import com.amplifyframework.AmplifyException
22
+ import com.amplifyframework.annotations.InternalApiWarning
22
23
import com.amplifyframework.auth.AuthCategory
23
24
import com.amplifyframework.auth.CognitoCredentialsProvider
24
25
import com.amplifyframework.core.Amplify
@@ -64,7 +65,7 @@ class AWSLocationGeoPlugin(
64
65
configuration.searchIndices!! .default
65
66
}
66
67
67
- @Deprecated( " This credentialsProvider was released with public visibility, but is not intended to be consumed. " )
68
+ @InternalApiWarning
68
69
val credentialsProvider: CredentialsProvider by lazy {
69
70
CognitoCredentialsProvider ()
70
71
}
You can’t perform that action at this time.
0 commit comments