LoginModule
.LoginResult.Type.CHALLENGE
.LoginResult.Type.FAILURE
.AuthenticationToken
object.DefaultAuthenticationToken
object.LoginResult
describes to the gateway the result of a login attempt, including
additional authentication parameters as are necessary for service connection authentication.Type
describes the result type of a Gateway Login attempt.LoginResultCallback
provides access to a LoginResult
object from with a
LoginModule
, permitting communication of additional login result data
to the LoginContext
provider, i.e.AuthenticationToken
.LoginResult.Type.SUCCESS
.Copyright © 2015. All Rights Reserved.