Table of Contents

Interface IFlowAuthenticationService

Namespace
Crosser.EdgeNode.Flows.Abstractions
Assembly
Crosser.EdgeNode.Flows.Abstractions.dll
public interface IFlowAuthenticationService : IDisposable
Inherited Members

Methods

EnsureAuthentication()

Task<FlowLoginResult> EnsureAuthentication()

Returns

Task<FlowLoginResult>

IsAuthenticated()

Task<bool> IsAuthenticated()

Returns

Task<bool>

Login(FlowCredentials)

Task<FlowLoginResponse> Login(FlowCredentials credentials)

Parameters

credentials FlowCredentials

Returns

Task<FlowLoginResponse>

Reset()

void Reset()