store
fun store(tokenData: TokenData, tags: Map<String, String> = emptyMap()): AuthFoundationResult<Credential>
Stores a new credential with the given token data and optional tags.
Return
The stored Credential.
Parameters
tokenData
The token data to store.
tags
Optional key-value tags to associate with the credential.