AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ApiKey

    Inheritance
    object
    ApiKey
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class ApiKey

    Properties

    HasValue

    Declaration
    public bool HasValue { get; }
    Property Value
    Type Description
    bool

    Methods

    GetKey()

    Declaration
    public string GetKey()
    Returns
    Type Description
    string

    Operators

    implicit operator string(ApiKey)

    Declaration
    public static implicit operator string(ApiKey apiKey)
    Parameters
    Type Name Description
    ApiKey apiKey
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX