- Preparing search index...
- The search index is not available
Documentation
Type alias OnBehalfOfRequest
OnBehalfOfRequest: Partial<Omit<CommonOnBehalfOfRequest, "oboAssertion" | "scopes" | "resourceRequestMethod" | "resourceRequestUri" | "requestedClaimsHash" | "storeInCache">> & { oboAssertion: string; scopes: string[]; }
Type declaration
-
oboAssertion: string
-
scopes: string[]