mirror of https://github.com/abpframework/abp
Merge pull request #15849 from abpframework/auto-merge/rel-7-1/1767
Merge branch dev with rel-7.1pull/15851/head
commit
9af76b1d58
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@
|
||||
export interface AbpAuthResponse {
|
||||
access_token: string;
|
||||
id_token: string;
|
||||
token_type: string;
|
||||
expires_in: number;
|
||||
refresh_token: string;
|
||||
scope: string;
|
||||
state?: string;
|
||||
tenant_domain?: string;
|
||||
}
|
||||
@ -1,3 +1,4 @@
|
||||
export * from './ng-model.component';
|
||||
export * from './auth.guard';
|
||||
export * from './auth.service';
|
||||
export * from './auth-response.model';
|
||||
|
||||
Loading…
Reference in new issue