Hi,
I'm trying to implement custom auth. I see that the sample app's AuthorizeUser method has this comment as shown below.
/// <returns>Specially formatted line to be returned to SOSS. Line's spec: "permissions {0} timeout minutes {1}",
/// where {0} and {1} should be replaced by two integers. Permission is an integer that describers user's
/// permission based using elements of the SOSSAUTH_PERMISSION enum. E.g. a full Read/Write permission
/// is represented by integer 3.</returns>
What is the timeout here? I couldn't find anything about this in docs. Can someone refer me to the documentation about this? In testing, it seems it's just value for the cache expiration/timeout. Why would this cache expiration be tied to auth?
Thanks
I'm trying to implement custom auth. I see that the sample app's AuthorizeUser method has this comment as shown below.
/// <returns>Specially formatted line to be returned to SOSS. Line's spec: "permissions {0} timeout minutes {1}",
/// where {0} and {1} should be replaced by two integers. Permission is an integer that describers user's
/// permission based using elements of the SOSSAUTH_PERMISSION enum. E.g. a full Read/Write permission
/// is represented by integer 3.</returns>
What is the timeout here? I couldn't find anything about this in docs. Can someone refer me to the documentation about this? In testing, it seems it's just value for the cache expiration/timeout. Why would this cache expiration be tied to auth?
Thanks