IExportedAuthorization Interface

Namespace
OpenTl.Schema.Auth
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IExportedAuthorization"] class Type type-node Type-.->Implementing0["TExportedAuthorization"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Auth/TExportedAuthorization"

Syntax

public interface IExportedAuthorization : IObject

Properties

Name Value Summary
Bytes byte[]
Id int

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils