Interface: AuthMethod

@acceleratxr/core_sdk / AuthMethod

Interface: AuthMethod#

Describes a single available authentication method.

Hierarchy#

  • AuthMethod

Index#

Properties#

Properties#

handler#

handler: string

Defined in src/Configuration.ts:90

The name of the authentication method handler.


icon#

Optional icon: undefined | string

Defined in src/Configuration.ts:92

The URL of the provider’s icon to display in an application’s UI.


name#

name: string

Defined in src/Configuration.ts:86

The name of the authentication method.


path#

path: string

Defined in src/Configuration.ts:88

The path to the authentication method.


title#

Optional title: undefined | string

Defined in src/Configuration.ts:94

The name of the provider that will be displayed to the user.