Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class OtpResource

    Inheritance
    object
    OtpResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Resources
    Assembly: Inttegro.dll
    Syntax
    public class OtpResource

    Methods

    | Edit this page View Source

    CancelAsync(object, CancellationToken)

    Declaration
    public Task<OtpTransaction> CancelAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<OtpTransaction>
    | Edit this page View Source

    InitiateAsync(object, CancellationToken)

    Declaration
    public Task<OtpTransaction> InitiateAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<OtpTransaction>
    | Edit this page View Source

    LookupAsync(object, CancellationToken)

    Declaration
    public Task<OtpTransaction> LookupAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<OtpTransaction>
    | Edit this page View Source

    VerifyAsync(object, CancellationToken)

    Declaration
    public Task<OtpVerification> VerifyAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<OtpVerification>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX