generatePassword()
Generates a new password.
Declaration
func generatePassword() throws -> StringReturn Value
The new password.
Discussion
This function generates a new high entropy password, stores it in the context, and returns it.
Generates a new password.
func generatePassword() throws -> StringThe new password.
This function generates a new high entropy password, stores it in the context, and returns it.