@goauthentik/api 2024.10.1-1731422425 → 2024.10.1-1731530740
Sign up to get free protection for your applications and to get access to all the features.
@@ -23,10 +23,10 @@ export interface OAuthDeviceCodeChallengeResponseRequest {
|
|
23
23
|
component?: string;
|
24
24
|
/**
|
25
25
|
*
|
26
|
-
* @type {
|
26
|
+
* @type {string}
|
27
27
|
* @memberof OAuthDeviceCodeChallengeResponseRequest
|
28
28
|
*/
|
29
|
-
code:
|
29
|
+
code: string;
|
30
30
|
}
|
31
31
|
/**
|
32
32
|
* Check if a given object implements the OAuthDeviceCodeChallengeResponseRequest interface.
|
@@ -23,10 +23,10 @@ export interface OAuthDeviceCodeChallengeResponseRequest {
|
|
23
23
|
component?: string;
|
24
24
|
/**
|
25
25
|
*
|
26
|
-
* @type {
|
26
|
+
* @type {string}
|
27
27
|
* @memberof OAuthDeviceCodeChallengeResponseRequest
|
28
28
|
*/
|
29
|
-
code:
|
29
|
+
code: string;
|
30
30
|
}
|
31
31
|
/**
|
32
32
|
* Check if a given object implements the OAuthDeviceCodeChallengeResponseRequest interface.
|
package/package.json
CHANGED