@sourceloop/oidc-service / Exports / FindAccountResult
Interface: FindAccountResult¶
Table of contents¶
Properties¶
Properties¶
accountId¶
• accountId: string
Defined in¶
services/oidc-service/src/types.ts:41
claims¶
• claims: (use
: string
, scope
: string
, claims
: unknown
, rejected
: string
[]) => Promise
<{ [key: string]
: unknown
; }>
Type declaration¶
▸ (use
, scope
, claims
, rejected
): Promise
<{ [key: string]
: unknown
; }>
Parameters¶
Name | Type |
---|---|
use |
string |
scope |
string |
claims |
unknown |
rejected |
string [] |
Returns¶
Promise
<{ [key: string]
: unknown
; }>