Class WhoAmIResponse
Response from the WhoAmI endpoint containing team info and API key capabilities.
public record WhoAmIResponse : IEquatable<WhoAmIResponse>
- Inheritance
-
WhoAmIResponse
- Implements
- Inherited Members
Properties
AccessLevel
public string AccessLevel { get; init; }
Property Value
Scopes
public string[] Scopes { get; init; }
Property Value
- string[]
TeamKey
public string TeamKey { get; init; }
Property Value
TeamName
public string TeamName { get; init; }
Property Value
Methods
HasScope(string)
public bool HasScope(string scope)
Parameters
scopestring