Skip to content

Commit 8723d46

Browse files
harsh62josefaidt
andauthored
Update src/pages/[platform]/build-a-backend/auth/advanced-workflows/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 88b890b commit 8723d46

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/advanced-workflows

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/advanced-workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ To use a shared keychain:
387387
4. Add a keychain group
388388
5. Repeat for all apps for which you want to share auth state, adding the same keychain group for all of them
389389

390-
To move to the shared keychain using this new keychain access group, specify the accessGroup parameter when instantiating the `AWSCognitoAuthPlugin`. If a user is currently signed-in, they will be logged out when first using the access group:
390+
To move to the shared keychain using this new keychain access group, specify the `accessGroup` parameter when instantiating the `AWSCognitoAuthPlugin`. If a user is currently signed in, they will be signed out when first using the access group:
391391

392392
```swift
393393
let accessGroup = AccessGroup(name: "\(teamID)com.example.sharedItems")

0 commit comments

Comments
 (0)