Variable $MsgVpnAuthenticationOauthProviderResponseConst
$MsgVpnAuthenticationOauthProviderResponse: {
properties: {
data: {
type: "MsgVpnAuthenticationOauthProvider";
};
links: {
type: "MsgVpnAuthenticationOauthProviderLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
type: "MsgVpnAuthenticationOauthProvider";
};
links: {
type: "MsgVpnAuthenticationOauthProviderLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
type: "MsgVpnAuthenticationOauthProvider";
}
-
type: "MsgVpnAuthenticationOauthProvider"
-
links: {
type: "MsgVpnAuthenticationOauthProviderLinks";
}
-
type: "MsgVpnAuthenticationOauthProviderLinks"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"