Add software_id/software_version

This commit is contained in:
dp-rufus 2025-04-14 22:07:40 +01:00 committed by Glen Maddern
parent 2913b96e53
commit 7a1bd95844
2 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,10 @@ export interface OAuthProviderOptions {
clientName?: string
/** Client URI to use for OAuth registration */
clientUri?: string
/** Software ID to use for OAuth registration */
softwareId?: string
/** Software version to use for OAuth registration */
softwareVersion?: string
}
/**