maxAge property

num maxAge

Used just if user is already authenticated. Specifies maximum time since the authentication of user happened. If user is already authenticated for longer time than 'maxAge', the SSO is ignored and he will need to authenticate again.

Implementation

external num get maxAge;
void maxAge=(num v)

Implementation

external set maxAge(num v);