AuthToken Constructors

Definition

Overloads

AuthToken()
AuthToken(String)
AuthToken(String, AuthToken+AcquireCallback)

AuthToken()

Source:
AuthToken.cs
protected AuthToken ();
Protected Sub New ()

Applies to

AuthToken(String)

Source:
AuthToken.cs
public AuthToken (string token);
new Microsoft.Azure.ContainerRegistry.AuthToken : string -> Microsoft.Azure.ContainerRegistry.AuthToken
Public Sub New (token As String)

Parameters

token
String

Applies to

AuthToken(String, AuthToken+AcquireCallback)

Source:
AuthToken.cs
public AuthToken (string token, Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback refreshFunction);
new Microsoft.Azure.ContainerRegistry.AuthToken : string * Microsoft.Azure.ContainerRegistry.AuthToken.AcquireCallback -> Microsoft.Azure.ContainerRegistry.AuthToken
Public Sub New (token As String, refreshFunction As AuthToken.AcquireCallback)

Parameters

token
String
refreshFunction
AuthToken.AcquireCallback

Applies to