Show / Hide Table of Contents

Class EphemeralUser

Inheritance
object
User
EphemeralUser
Inherited Members
User.ToString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class EphemeralUser : User

Constructors

| Improve this Doc View Source

EphemeralUser(Client, string)

Declaration
public EphemeralUser(Client client, string accessToken)
Parameters
Type Name Description
Client client
string accessToken
| Improve this Doc View Source

EphemeralUser(Client, string, string)

Declaration
public EphemeralUser(Client client, string username, string password)
Parameters
Type Name Description
Client client
string username
string password

Properties

| Improve this Doc View Source

Client

Declaration
public Client Client { get; }
Property Value
Type Description
Client

Methods

| Improve this Doc View Source

Delete()

Declaration
public Task Delete()
Returns
Type Description
Task
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX