Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopPreviewTokenGenerator

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Preview
    Assembly: Umbraco.Core.dll
    Syntax
    public class NoopPreviewTokenGenerator : IPreviewTokenGenerator

    Methods

    View Source

    GenerateTokenAsync(Guid)

    Declaration
    public Task<Attempt<string?>> GenerateTokenAsync(Guid userKey)
    Parameters
    Type Name Description
    Guid userKey
    Returns
    Type Description
    Task<Attempt<string>>
    View Source

    VerifyAsync(string)

    Declaration
    public Task<Attempt<Guid?>> VerifyAsync(string token)
    Parameters
    Type Name Description
    string token
    Returns
    Type Description
    Task<Attempt<Guid?>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX