C# Класс GitHub.Models.UserAndScopes

Holds an Octokit.User model together with the OAuth scopes that were received when the user was read.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UserAndScopes ( Octokit.User user, IReadOnlyList scopes ) : System.Collections.Generic

Initializes a new instance of the UserAndScopes class.

Описание методов

UserAndScopes() публичный Метод

Initializes a new instance of the UserAndScopes class.
public UserAndScopes ( Octokit.User user, IReadOnlyList scopes ) : System.Collections.Generic
user Octokit.User The user information.
scopes IReadOnlyList The scopes. May be null.
Результат System.Collections.Generic