externalLoginCheckLifetime property
The duration a login through an external identity provider is valid. After this time has passed, the user will be required to re-authenticate with the external identity provider on the next action that requires authentication. Note that this does not enforce a logout or session expiration.
Implementation
@$pb.TagNumber(10)
$0.Duration get externalLoginCheckLifetime => $_getN(9);
Implementation
@$pb.TagNumber(10)
set externalLoginCheckLifetime($0.Duration value) => $_setField(10, value);