FRSession

open class FRSession

Object which represent the User Session

Constructors

Link copied to clipboard
private constructor()

Types

Link copied to clipboard
private open class SessionInterceptor : Interceptor<T>

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun authenticate(context: Context, resumeURI: Uri, listener: NodeListener<FRSession>)
Trigger the Authentication Tree flow process with the provided resume URI
open fun authenticate(context: Context, serviceName: String, listener: NodeListener<FRSession>)
Trigger the Authentication Tree flow process with the provided tree name
open fun authenticate(context: Context, advice: PolicyAdvice, listener: NodeListener<FRSession>)
Trigger the Authentication Tree flow process with the PolicyAdvice
Link copied to clipboard
Retrieve the existing FRSession instance, If user session does not exist return null, otherwise return the existing User session, this cannot guarantee the existing user session is valid.
Link copied to clipboard
Link copied to clipboard
Retrieve the stored Session Token.
Link copied to clipboard
open fun logout()
Logout the user