Add software_id/software_version
This commit is contained in:
parent
2913b96e53
commit
7a1bd95844
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue