Skip to content

@ralphschuler.webgl shader factory.<internal>.CredentialsContainer

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: CredentialsContainer

@ralphschuler/webgl-shader-factory.<internal>.CredentialsContainer

Available only in secure contexts.

MDN Reference

Table of contents

Methods

Methods

create

create(options?): Promise<null | Credential>

MDN Reference

Parameters

Name Type
options? CredentialCreationOptions

Returns

Promise<null | Credential>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5828


get

get(options?): Promise<null | Credential>

MDN Reference

Parameters

Name Type
options? CredentialRequestOptions

Returns

Promise<null | Credential>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5830


preventSilentAccess

preventSilentAccess(): Promise<void>

MDN Reference

Returns

Promise<void>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5832


store

store(credential): Promise<Credential>

MDN Reference

Parameters

Name Type
credential Credential

Returns

Promise<Credential>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5834

Typescript Libraries

Modules

Namespaces

Clone this wiki locally