AuthenticationHeader Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodAuthenticationHeader(AuthenticationToken)
Initializes a new instance of the AuthenticationHeader class
Public methodAuthenticationHeader(Credentials)
Inits header with Credentials instance. Note: passing IDPasswordCredentials over public wire is not a good practice, pass AuthenticationToken instead
Back to Top
See Also