Skip to main content

Type Alias: UserCredentials

UserCredentials: object & Result

User credentials returned by keychain functions.

Type declaration

password

password: string

The password associated with the keychain item.

username

username: string

The username associated with the keychain item.

Defined in

index.ts:174