Set the maximum lifetime for permission grants authorized by the authenticator.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticatorConfigBuilder setMaxGrantLifetime( short max )
Parameters
- max
- Type: SystemInt16
The maximum lifetime for permission grants, in minutes.
Return Value
Type: DOFAuthenticatorConfigBuilderThe Builder.
Remarks
See Also