createAsync

fun createAsync(options: CredentialCreationOptions = definedExternally): Promise<Credential?>(source)

The create() method of the CredentialsContainer interface creates a new credential, which can then be stored and later retrieved using the CredentialsContainer.get method.

MDN Reference