fix(SSO): MisskeyIO#519 の一部API・データのフォーマットの問題を修正 (MisskeyIO#520)
This commit is contained in:
parent
8c1db331e7
commit
13ae8e155b
6 changed files with 31 additions and 23 deletions
|
|
@ -10539,16 +10539,16 @@ export type operations = {
|
|||
content: {
|
||||
'application/json': {
|
||||
id: string;
|
||||
name?: string;
|
||||
name?: string | null;
|
||||
issuer?: string;
|
||||
audience?: string[];
|
||||
acsUrl?: string;
|
||||
signatureAlgorithm?: string;
|
||||
cipherAlgorithm?: string;
|
||||
cipherAlgorithm?: string | null;
|
||||
wantAuthnRequestsSigned?: boolean;
|
||||
wantAssertionsSigned?: boolean;
|
||||
regenerateCertificate?: boolean;
|
||||
secret?: string;
|
||||
regenerateCertificate?: boolean | null;
|
||||
secret?: string | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue