This commit is contained in:
こぴなたみぽ 2017-09-16 14:38:58 +09:00
parent e8d98779a5
commit cb72dcaa12

View File

@ -16,7 +16,7 @@ export interface IAuthContext {
user: IUser; user: IUser;
/** /**
* Weather requested with a User-Native Token * Whether requested with a User-Native Token
*/ */
isSecure: boolean; isSecure: boolean;
} }