RefreshToken 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
RefreshToken() | |
RefreshToken(String) |
RefreshToken()
RefreshToken(String)
- Source:
- RefreshToken.cs
public RefreshToken (string refreshTokenProperty = default);
new Microsoft.Azure.ContainerRegistry.Models.RefreshToken : string -> Microsoft.Azure.ContainerRegistry.Models.RefreshToken
Public Sub New (Optional refreshTokenProperty As String = Nothing)
Parameters
- refreshTokenProperty
- String