- Preparing search index...
- The search index is not available
Documentation
Type alias DeviceCodeRequest
DeviceCodeRequest: Partial<Omit<CommonDeviceCodeRequest, "scopes" | "deviceCodeCallback" | "resourceRequestMethod" | "resourceRequestUri" | "requestedClaimsHash" | "storeInCache">> & { deviceCodeCallback: ((response) => void); scopes: string[]; }
Type declaration
-
deviceCodeCallback: ((response) => void)
-
- (response): void
-
Returns void
-
scopes: string[]
Parameters for Oauth2 device code flow.