Skip to content

@pod-os/core


@pod-os/core / PodOsSession

Interface: PodOsSession

Defined in: authentication/index.ts:13

Properties

authenticatedFetch

authenticatedFetch: AuthenticatedFetch

Defined in: authentication/index.ts:14


login()

login: (oidcIssuer) => Promise\<void>

Defined in: authentication/index.ts:16

Parameters

oidcIssuer

string

Returns

Promise\<void>


logout()

logout: () => Promise\<void>

Defined in: authentication/index.ts:17

Returns

Promise\<void>


observeSession()

observeSession: () => BehaviorSubject\<SessionInfo>

Defined in: authentication/index.ts:15

Returns

BehaviorSubject\<SessionInfo>