withExpireAfterUnusedFor method
Implementation
AuthTokenInfoBuilder withExpireAfterUnusedFor(
final Duration? expireAfterUnusedFor,
) {
this.expireAfterUnusedFor = expireAfterUnusedFor;
return this;
}
AuthTokenInfoBuilder withExpireAfterUnusedFor(
final Duration? expireAfterUnusedFor,
) {
this.expireAfterUnusedFor = expireAfterUnusedFor;
return this;
}