Type alias DeviceCodeResponse
DeviceCodeResponse: {
deviceCode: string;
expiresIn: number;
interval: number;
message: string;
userCode: string;
verificationUri: string;
}
Type declaration
-
deviceCode: string
-
expiresIn: number
-
interval: number
-
message: string
-
userCode: string
-
verificationUri: string
DeviceCode returned by the security token service device code endpoint containing information necessary for device code flow.