Skip to content

Commit

Permalink
Added new types to login
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNunezMX committed Jul 25, 2024
1 parent 83e8929 commit 146a75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/auth/Login.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ export declare class Login extends Method {
getToken(): Required<TokenType>;
/** Check if you need to regenerate a token */
checkVigencia(): boolean;
setToken(token: Required<TokenType>): void;
}
export {};

0 comments on commit 146a75b

Please sign in to comment.