auth-backend: add optional token_type field in OAuthResult
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@ export type OAuthResult = {
|
||||
params: {
|
||||
id_token?: string;
|
||||
scope: string;
|
||||
token_type?: string;
|
||||
expires_in: number;
|
||||
};
|
||||
accessToken: string;
|
||||
|
||||
Reference in New Issue
Block a user