retrieves a list of all instances of SecuredAuthenticationKey owned by the currently connected user.
SecuredAuthenticationKeys["name"]
retrieves a SecuredAuthenticationKey identified by "name" owned by the currently connected user, if it exists.
SecuredAuthenticationKeys
retrieves a list of all instances of SecuredAuthenticationKey owned by the currently connected user.
SecuredAuthenticationKeys["name"]
retrieves a SecuredAuthenticationKey identified by "name" owned by the currently connected user, if it exists.
Details
- SecuredAuthenticationKeys will return any SecuredAuthenticationKey that was previously created with GenerateSecuredAuthenticationKey for the currently connected user.
Examples
open all close allBasic Examples (1)
Retrieve all available SecuredAuthenticationKey objects owned by the connected account:
SecuredAuthenticationKeys[]Retrieve a specific SecuredAuthenticationKey by name:
SecuredAuthenticationKeys["Shared Key 1"]Scope (1)
Retrieve a key when only part of its name is known by using Select:
keys = SecuredAuthenticationKeys[];Select[keys, StringContainsQ[#["Name"], "Share"]&]Related Guides
History
Text
Wolfram Research (2018), SecuredAuthenticationKeys, Wolfram Language function, https://reference.wolfram.com/language/ref/SecuredAuthenticationKeys.html.
CMS
Wolfram Language. 2018. "SecuredAuthenticationKeys." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SecuredAuthenticationKeys.html.
APA
Wolfram Language. (2018). SecuredAuthenticationKeys. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SecuredAuthenticationKeys.html
BibTeX
@misc{reference.wolfram_2026_securedauthenticationkeys, author="Wolfram Research", title="{SecuredAuthenticationKeys}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/SecuredAuthenticationKeys.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_securedauthenticationkeys, organization={Wolfram Research}, title={SecuredAuthenticationKeys}, year={2018}, url={https://reference.wolfram.com/language/ref/SecuredAuthenticationKeys.html}, note=[Accessed: 13-June-2026]}