API Stability Long-Term

The loginBridgeRequest() GraphQL query used to do SOMETHING.

Syntax

Below is the syntax for the loginBridgeRequest() query field:

graphql
loginBridgeRequest: LoginBridgeRequest!

You can see an example here:

Show:
graphql
query {
  loginBridgeRequest {samlResponse, loginUrl, relayState}
}

Returned Datatypes

The returned datatype LoginBridgeRequest has a few parameters. Below is a list of them along with a description of each:

Table: LoginBridgeRequest

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 26, 2024
loginUrlstringyes Long-TermThe URL for the login bridge.
relayStatestringyes Long-TermA relay state of the login bridge.
samlResponsestringyes Long-TermThe SAML response.