fetchSession
fetchSession(
this,sessionId):Promise<OIDCClientActiveSession|null>
Parameters
• this: OidcClient
• sessionId: undefined | string
Returns
Promise<OIDCClientActiveSession | null>
fetchSession(
this,sessionId):Promise<OIDCClientActiveSession|null>
• this: OidcClient
• sessionId: undefined | string
Promise<OIDCClientActiveSession | null>