Skip to content

Commit cadb4e4

Browse files
committed
Fixed formatting of README.md
1 parent 059990d commit cadb4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CognitoAuth-Sample/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ AWSCognitoAuthConfiguration * configuration = [[AWSCognitoAuthConfiguration allo
8787
```
8888
__Swift__
8989
```
90-
let configuration = AWSCognitoAuthConfiguration(appClientId: "SETME", appClientSecret: "SETME_OR_NIL", scopes: Set(["SETME"]), signInRedirectUri: "SETME", signOutRedirectUri: "SETME", webDomain: "SETME", identityProvider: "SETME_OR_NIL", idpIdentifier: "SETME_OR_NIL", userPoolIdForEnablingASF: "SETME_OR_NIL")```
90+
let configuration = AWSCognitoAuthConfiguration(appClientId: "SETME", appClientSecret: "SETME_OR_NIL", scopes: Set(["SETME"]), signInRedirectUri: "SETME", signOutRedirectUri: "SETME", webDomain: "SETME", identityProvider: "SETME_OR_NIL", idpIdentifier: "SETME_OR_NIL", userPoolIdForEnablingASF: "SETME_OR_NIL")
91+
```
9192

9293
Replace all of the _SETME_ with the appropriate value as described in above. Replace all of the _SETME\_OR\_NIL_ with the appropriate value or ```nil``` if unused.
9394

0 commit comments

Comments
 (0)