AuthenticationTokenProvider.CreateTokenOptions Method
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.
Creates a new instance of GetTokenOptions using the provided properties
.
public abstract System.ClientModel.Primitives.GetTokenOptions? CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary<string,object> properties);
abstract member CreateTokenOptions : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> System.ClientModel.Primitives.GetTokenOptions
Public MustOverride Function CreateTokenOptions (properties As IReadOnlyDictionary(Of String, Object)) As GetTokenOptions
Parameters
- properties
- IReadOnlyDictionary<String,Object>