Contents

generatePassword()

Generates a new password.

Declaration

func generatePassword() throws -> String

Return Value

The new password.

Discussion

This function generates a new high entropy password, stores it in the context, and returns it.

See Also

Setting a password