nm_iam_state_find_user_by_oauth_subject()

DESCRIPTION

Find a user with a given Oauth Subject in a state structure.

DECLARATION

struct nm_iam_user* nm_iam_state_find_user_by_oauth_subject(struct nm_iam_state* state, const char* subject)

PARAMETERS

state:
[in] The state to look for the user in
subject:
[in] The subject to look for

RETURNS

NULL iff the user could not be found