1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Fix typos (#228)

This commit is contained in:
Johnny Lim
2016-04-13 01:11:51 +09:00
committed by Rob Winch
parent c57dba6b77
commit fe94d654ed
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -8514,7 +8514,7 @@ This attribute allows you to define an alias name for the internal instance for
[[nsa-authentication-manager-erase-credentials]]
* **erase-credentials**
If set to true, the AuthenticationManger will attempt to clear any credentials data in the returned Authentication object, once the user has been authenticated. Literally it maps to the `eraseCredentialsAfterAuthentication` property of the `ProviderManager`. This is discussed in the <<core-services-erasing-credentials,Core Services>> chapter.
If set to true, the AuthenticationManager will attempt to clear any credentials data in the returned Authentication object, once the user has been authenticated. Literally it maps to the `eraseCredentialsAfterAuthentication` property of the `ProviderManager`. This is discussed in the <<core-services-erasing-credentials,Core Services>> chapter.
[[nsa-authentication-manager-id]]