Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- namespace AppleAuth.Interfaces
- {
- public interface ICredential
- {
- /// <summary>
- /// An identifier associated with the authenticated user
- /// </summary>
- string User { get; }
- }
- }
|