build method
Builds a new instance of the token manager.
Implementation
@override
JwtTokenManager build({
required final AuthUsers authUsers,
}) => JwtTokenManager(
config: this,
authUsers: authUsers,
);
Builds a new instance of the token manager.
@override
JwtTokenManager build({
required final AuthUsers authUsers,
}) => JwtTokenManager(
config: this,
authUsers: authUsers,
);