Base class of Exchange credential types.
- Implemented types
-
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
NeedSignature
→ bool
-
Gets the flag indicating whether any sign action need taken.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
AdjustUrl(Uri url)
→ Uri
-
Adjusts the URL endpoint based on the credentials.
-
Emit any extra necessary namespace aliases for the SOAP:header block.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
PreAuthenticate()
→ Future<void>
-
This method is called to pre-authenticate credentials before a service request is made.
-
PrepareWebRequest(IEwsHttpWebRequest request)
→ void
-
This method is called to apply credentials to a service request before the request is made.
-
Serialize any extra necessary SOAP headers.
This is used for authentication schemes that rely on WS-Security, or for endpoints requiring WS-Addressing.
-
Serialize SOAP headers used for authentication schemes that rely on WS-Security
-
Sign(MemoryStream memoryStream)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited