Add example for UserLoginInfo's ProviderDisplayName property (#19357)
This commit is contained in:
parent
3b4be4f51a
commit
54d71af00d
|
|
@ -47,6 +47,9 @@ namespace Microsoft.AspNetCore.Identity
|
|||
/// <value>
|
||||
/// The display name for the provider.
|
||||
/// </value>
|
||||
/// <remarks>
|
||||
/// Examples of the display name may be local, FACEBOOK, Google, etc.
|
||||
/// </remarks>
|
||||
public string ProviderDisplayName { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue