DOFAuthenticatorConfigBuildersetMaxGrantLifetime Method OpenDOF Object Access Library
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: DOFAuthenticatorConfigBuilder
The Builder.
Remarks

Set the maximum lifetime for permission grants authorized by the authenticator.
See Also

Reference