create

suspend fun create(options: CredentialCreationOptions = definedExternally): 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