major: Migration from better-auth to keycloak
This commit is contained in:
7
legalconsenthub/types/oAuth.ts
Normal file
7
legalconsenthub/types/oAuth.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface OAuthTokenResponse {
|
||||
access_token: string
|
||||
refresh_token: string
|
||||
token_type: string
|
||||
expires_in: number
|
||||
scope: string
|
||||
}
|
||||
Reference in New Issue
Block a user