Show / Hide Table of Contents

Class WatsonAuthenticationHelper

Adapted from AadAppTokenManager in CrashCABN.Shared.

Inheritance
System.Object
WatsonAuthenticationHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Watson.dll
Syntax
public static class WatsonAuthenticationHelper

Methods

View Source

AuthenticateAsync(String)

Declaration
public static async Task<string> AuthenticateAsync(string secret)
Parameters
Type Name Description
System.String secret
Returns
Type Description
System.Threading.Tasks.Task<System.String>
  • View Source
In This Article
Back to top Generated by DocFX