Variable AuthorizationCodeSchemaConst

AuthorizationCodeSchema: TObject<{
    code: TString;
    iss: TOptional<TString>;
    state: TOptional<TString>;
}> = ...

Type declaration

  • code: TString
  • iss: TOptional<TString>
  • state: TOptional<TString>