InMemoryTokenCacheOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InMemoryTokenCacheOptions() | |
InMemoryTokenCacheOptions(ReadOnlyMemory<Byte>) |
InMemoryTokenCacheOptions()
public InMemoryTokenCacheOptions ();
Public Sub New ()
Applies to
InMemoryTokenCacheOptions(ReadOnlyMemory<Byte>)
public InMemoryTokenCacheOptions (ReadOnlyMemory<byte> token);
new Microsoft.Azure.Commands.Common.Authentication.InMemoryTokenCacheOptions : ReadOnlyMemory<byte> -> Microsoft.Azure.Commands.Common.Authentication.InMemoryTokenCacheOptions
Public Sub New (token As ReadOnlyMemory(Of Byte))
Parameters
- token
- ReadOnlyMemory<Byte>