mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 05:39:46 +09:00
feat: configure token endpoint auth method (#17968)
This commit is contained in:
@@ -605,3 +605,8 @@ export enum NotificationType {
|
||||
SystemMessage = 'SystemMessage',
|
||||
Custom = 'Custom',
|
||||
}
|
||||
|
||||
export enum OAuthTokenEndpointAuthMethod {
|
||||
CLIENT_SECRET_POST = 'client_secret_post',
|
||||
CLIENT_SECRET_BASIC = 'client_secret_basic',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user