TokenCredential.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 override System.ClientModel.Primitives.GetTokenOptions? CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary<string,object> properties);
override this.CreateTokenOptions : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> System.ClientModel.Primitives.GetTokenOptions
Public Overrides Function CreateTokenOptions (properties As IReadOnlyDictionary(Of String, Object)) As GetTokenOptions
Parameters
- properties
- IReadOnlyDictionary<String,Object>
Returns
An instance of GetTokenOptions or null
if the provided options are not valid.