public static final class IdentityProviderGrpc.IdentityProviderBlockingStub extends io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderBlockingStub>
The Identity Provider service provides RPC's for an identity provider application to complete the session transfer process. All RPC's are accessed by an identity provider application, such as VBC, or a partner dashboard.
| Modifier and Type | Method and Description |
|---|---|
protected IdentityProviderGrpc.IdentityProviderBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ApiProto.GetEntryURLResponse |
getEntryURL(ApiProto.GetEntryURLRequest request)
Get the entry URL of a service provider.
|
ApiProto.GetEntryURLWithCodeResponse |
getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
|
ApiProto.GetMultiEntryURLResponse |
getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request)
Return the entry url data for the given service provider ids
|
com.google.protobuf.Empty |
logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
|
protected IdentityProviderGrpc.IdentityProviderBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IdentityProviderGrpc.IdentityProviderBlockingStub>public ApiProto.GetEntryURLResponse getEntryURL(ApiProto.GetEntryURLRequest request)
Get the entry URL of a service provider.
public ApiProto.GetMultiEntryURLResponse getMultiEntryURL(ApiProto.GetMultiEntryURLRequest request)
Return the entry url data for the given service provider ids
public ApiProto.GetEntryURLWithCodeResponse getEntryURLWithCode(ApiProto.GetEntryURLWithCodeRequest request)
Get the entry URL of a service provider with a code that will be exchanged for a user session.
public com.google.protobuf.Empty logout(ApiProto.LogoutRequest request)
Logout of the session for a user.
Copyright © 2021. All rights reserved.