BotSignIn Interface

public interface BotSignIn

An instance of this class provides access to all the operations defined in BotSignIns.

Method Summary

Modifier and Type Method and Description
abstract java.util.concurrent.CompletableFuture<SignInResource> getSignInResource(String state)
abstract java.util.concurrent.CompletableFuture<SignInResource> getSignInResource(String state, String codeChallenge, String emulatorUrl, String finalRedirect)
abstract java.util.concurrent.CompletableFuture<java.lang.String> getSignInUrl(String state)
abstract java.util.concurrent.CompletableFuture<java.lang.String> getSignInUrl(String state, String codeChallenge, String emulatorUrl, String finalRedirect)

Method Details

getSignInResource

public abstract CompletableFuture getSignInResource(String state)

Parameters:

state - the String value

Returns:

the observable to the String object

getSignInResource

public abstract CompletableFuture getSignInResource(String state, String codeChallenge, String emulatorUrl, String finalRedirect)

Parameters:

state - the String value
codeChallenge - the String value
emulatorUrl - the String value
finalRedirect - the String value

Returns:

the observable to the String object

getSignInUrl

public abstract CompletableFuture getSignInUrl(String state)

Parameters:

state - the String value

Returns:

the observable to the String object

getSignInUrl

public abstract CompletableFuture getSignInUrl(String state, String codeChallenge, String emulatorUrl, String finalRedirect)

Parameters:

state - the String value
codeChallenge - the String value
emulatorUrl - the String value
finalRedirect - the String value

Returns:

the observable to the String object

Applies to